home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / lagoonquest.swf / scripts / frame_22 / DoAction.as
Text File  |  2007-09-27  |  907b  |  24 lines

  1. stop();
  2. timerAtStart = getTimer();
  3. decay = 0.92;
  4. hdecay = 0.7;
  5. hdecay2 = 0.8;
  6. trust = 0.7;
  7. trust2 = 0.6;
  8. htrust = 0.3;
  9. hspeed = 0;
  10. speed = 0;
  11. pearlTimer = 180;
  12. pearlType = random(2) + 1;
  13. pearlActivated = false;
  14. oilTimer = 45;
  15. animJumpAvlbl = bossSharkActive = true;
  16. y = dolphinchar._y;
  17. initX = dolphinchar._x;
  18. bossSharkSpeed = 1.6;
  19. fgndToShow = lifeMeter.score = 0;
  20. changeInFgnd = false;
  21. fgndArray = new Array("front.fgnd_1","front.fgnd_2");
  22. backArray = new Array("back.back.bg1","back.back.bg2");
  23. levelArray = new Array("start","borneStart","meduse","puffer","buoys","waitForChange","buoysJump","fishingBoat","giantBoat","oil","fishingBoat2","puffer2","meduse2","buoys2","waitForChange2","buoysJump2","puffer3","giantBoat2","oil2","meduse3","waitForChange3","buoysJump3","puffer4","waitForChange4","buoysJump4","meduse5","puffer5","buoys3","waitForChange5","buoysJump5","borneEnd");
  24.